From: Debian Qt/KDE Maintainers Date: Wed, 3 Jun 2026 22:18:45 +0000 (+0200) Subject: cross2 X-Git-Tag: archive/raspbian/6.10.2+dfsg-15+rpi1^2~4 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=a58ac25686e4cf83fc8a6f8dc10591c9dca80941;p=qt6-base.git cross2 Gbp-Pq: Name cross2.patch --- diff --git a/cmake/QtWrapperScriptHelpers.cmake b/cmake/QtWrapperScriptHelpers.cmake index f76d52bca..273eea323 100644 --- a/cmake/QtWrapperScriptHelpers.cmake +++ b/cmake/QtWrapperScriptHelpers.cmake @@ -237,7 +237,7 @@ export CMAKE_GENERATOR=Xcode qt_internal_create_qt_configure_part_wrapper_script("STANDALONE_EXAMPLES") qt_internal_create_cyclone_dx_sbom_generator_script() - if(NOT CMAKE_CROSSCOMPILING) + if(QT_FORCE_BUILD_TOOLS OR NOT CMAKE_CROSSCOMPILING) qt_internal_create_qt_android_runner_wrapper_script() endif() endfunction()